projects
/
emacs.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
emacs.git
2015-03-21
Eli Zaretskii
Fix problems with setting system-time-locale on MS...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-21
Titus von der...
Add new functions for computing default font dimensions
commit
|
commitdiff
|
tree
|
snapshot
2015-03-21
Samer Masterson
Documentation and testing tips for CONTRIBUTE
commit
|
commitdiff
|
tree
|
snapshot
2015-03-21
Tassilo Horn
Handle setf methods in elisp font-locking.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Tassilo Horn
Fix CL function name font-lock bug.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Tassilo Horn
Fix elisp function name font-lock bug.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Stefan Monnier
(cl-defsubst): Ignore false-positive occurrences of...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Alan Mackenzie
Fix debbugs#20146
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Eric Abrahamsen
lisp/gnus/registry.el (registry-prune): Allow registry...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Eric Abrahamsen
lisp/gnus/registry.el (registry-collect-prune-candidate...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Glenn Morris
# ChangeLog fixes
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Dmitry Gutov
ruby-mode: Fix a "required arguments" confusion
commit
|
commitdiff
|
tree
|
snapshot
2015-03-20
Paul Eggert
* configure.ac (_THREAD_SAFE): Simplify (Bug#20136).
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Paul Eggert
Better port of pthread usage to FreeBSD
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Vibhav Pant
Call delete-backward-space interactively.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Paul Eggert
Merge from gnulib
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Stefan Monnier
* lisp/emacs-lisp/pcase.el (pcase-lambda): Rewrite.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Stefan Monnier
Fixes: debbugs:20141
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Stefan Monnier
EIEIO: Change class's representation to unify instance...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-19
Vibhav Pant
Use delete-char instead of delete-backward-char.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Michael Albinus
Mark apostrophs with ?/ instead of \037 in Tramp
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Paul Eggert
Merge from origin/emacs-24
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Eli Zaretskii
Fix incorrect usage of @key in the User Manual (Bug...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Stefan Monnier
* cl-generic.el (cl-generic-generalizers): Clean up...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Stefan Monnier
Add classes as run-time descriptors of cl-structs.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Dima Kogan
Have gud-display-line not display source buffer in...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Tassilo Horn
Improve dynamic elisp keyword font-locking
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Paul Eggert
* lisp/net/browse-url.el: Omit confusing documentation.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-18
Paul Eggert
Spelling and wording fixes
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Paul Eggert
Spacing and punctuation fixes
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Simen Heggestøyl
Update CSS property list
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Simen Heggestøyl
Add support for completion in `css-mode'
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Simen Heggestøyl
Discriminate between pseudo-classes and -elements
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Bozhidar Batsov
Separate Kernel methods with required args from those...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Bozhidar Batsov
Font-lock more Kernel methods as built-in
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Michael Albinus
Avoid leading tabs in shell scripts, sent by Tramp.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Eli Zaretskii
lisp/mouse.el: Fix last change.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Eli Zaretskii
Merge branch 'master' of git.savannah.gnu.org:/srv...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Stefan Monnier
* cl-macs.el (cl--transform-lambda): Refine last change.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Eli Zaretskii
Resurrect the lost optional fixed font menu on w32
commit
|
commitdiff
|
tree
|
snapshot
2015-03-17
Michael Albinus
Change test for ControlPath in order to avoid DNS timeouts.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Alan Mackenzie
Edebug: Allow "S" to work during trace mode. Fixes...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Ken Brown
Don't test "\t" in file names on Cygwin.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Stefan Monnier
* lisp/emacs-lisp/cl-macs.el (cl--transform-lambda...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Stefan Monnier
Add `predicate' arg to `read-buffer' and use it for...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Vibhav Pant
Fixes: debbugs:19335
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Vibhav Pant
Add 'clear' functionality to eshell.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Eli Zaretskii
doc/misc/efaq-w32.texi: Spell-check.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Eli Zaretskii
doc/misc/efaq-w32.texi: Remove outdated information...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-16
Alan Mackenzie
Make Edebug work with Follow Mode.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Martin Rudalics
Fix description of fullscreen mode on MS-Windows (Bug...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Stefan Monnier
(url-insert-file-contents): Set buffer-file-coding...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Eli Zaretskii
Fix subtle problems with linum-mode and invisible text
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Michael Albinus
In Tramp. check ssh Control* options only when needed
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Tassilo Horn
Font-lock elisp macros/special forms dynamically
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Daniel Colascione
Support indenting backquote substitutions in cl-indent
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Michael R....
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Michael R....
2015-03-14 Michael R. Mauger <michael@mauger.com>
commit
|
commitdiff
|
tree
|
snapshot
2015-03-14
Daniel Colascione
Type checking for `define-widget'
commit
|
commitdiff
|
tree
|
snapshot
2015-03-14
Daniel Colascione
Add --no-x-resources option
commit
|
commitdiff
|
tree
|
snapshot
2015-03-14
Eli Zaretskii
doc/lispref/minibuf.texi (Basic Completion): Fix a...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-14
Eli Zaretskii
Improve indexing in Emacs manual (Bug#20105)
commit
|
commitdiff
|
tree
|
snapshot
2015-03-14
Jan D
Mention Bug 19482 on 2015-01-06 change.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Paul Eggert
Fix ChangeLog typo
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Kevin Ryde
info-look fixes for Texinfo 5
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Paul Eggert
* frame.c (x_get_resource_string) [!USE_GTK]: Don't...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Paul Eggert
* editfns.c, systime.h (mktime_z) [!HAVE_TZALLOC]:...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Juri Linkov
Support goal column in multi-line minibuffer
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Rasmus Pank...
Fixes: debbugs:19335
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Eli Zaretskii
Fix support of scripts in w32font.c (Bug#19993)
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Glenn Morris
Fix --no-bitmap-icon
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Stefan Monnier
* international/quail.el (quail-input-method): Use...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Stefan Monnier
* lisp/gnus/registry.el (registry-db): Don't oset-defau...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Stefan Monnier
* lisp/simple.el (goto-history-element): Don't burp...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Jackson Ray...
* indent/js-indent-init-dynamic.js: Fix spelling error.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Paul Eggert
Prefer "initialize" to "initialise"
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Glenn Morris
# Further ChangeLog fix
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Glenn Morris
* lisp/progmodes/js.el (js-indent-first-initialiser...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Glenn Morris
* lisp/gnus/message.el (message-valid-fqdn-regexp)...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Jackson Ray...
New indentation option for js-mode
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Paul Eggert
Spelling and minor grammar fixes
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Przemyslaw...
* test/automated/cl-lib-tests.el: Add tests for plusp...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Thomas Fitzsimmons
Recognize more LDAP attributes
commit
|
commitdiff
|
tree
|
snapshot
2015-03-10
Dmitry Gutov
Automate 'make all' in test/indent
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Eli Zaretskii
nt/ChangeLog: Fix typos.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Nicolas Petton
Add seq-into as a public function
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Dmitry Gutov
ruby-mode: Detect regexps after `!'
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Dmitry Gutov
ruby-mode: Don't consider `=' a part of symbol when...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Paul Eggert
Fix ChangeLog typos
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Paul Eggert
Merge from origin/emacs-24
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Paul Eggert
Merge from origin/emacs-24
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Paul Eggert
Merge from origin/emacs-24
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Paul Eggert
Merge from origin/emacs-24
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Paul Eggert
Merge from origin/emacs-24
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Sergio Durigan...
EUDC: Support BBDB >= 3
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Adam Sjøgren
lisp/gnus/gnus-notifications.el (gnus-notifications...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Dmitry Gutov
ruby-mode: Change faces used for self, true, false...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Dmitry Gutov
Add an indent test example for bug#20026
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Nobuyoshi Nakada
ruby-mode: Expect regexp after { or | too
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Dmitry Gutov
Fix test/indent/js.js
commit
|
commitdiff
|
tree
|
snapshot
next